gl area: Add a few missing docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Apr 2015 21:52:48 +0000 (17:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Apr 2015 14:19:26 +0000 (10:19 -0400)
gtk/gtkglarea.c
gtk/gtkglarea.h

index ef752ab0461d0d7c977ef5d7b28aa1c82d5e5a31..bec792230ca9a6437a9f932a25d96b8bcfd47481 100644 (file)
@@ -884,10 +884,10 @@ gtk_gl_area_class_init (GtkGLAreaClass *klass)
                   GDK_TYPE_GL_CONTEXT);
 
   /**
-   * GtkGLArea::resized:
+   * GtkGLArea::resize:
    * @area: the #GtkGLArea that emitted the signal
    *
-   * The ::resized signal is emitted once when the widget is realized, and
+   * The ::resize signal is emitted once when the widget is realized, and
    * then each time the widget is changed while realized. This is useful
    * in order to keep GL state up to date with the widget size, like for
    * instance camera properties which may depend on the width/height ratio.
index ebd0829b9e6b44ad6fe517362246de66c1cd8190..75d9a21607704783b1f7806f2b3dde5e2b68c91a 100644 (file)
@@ -55,6 +55,8 @@ struct _GtkGLArea
 /**
  * GtkGLAreaClass:
  * @render: class closure for the #GtkGLArea::render signal
+ * @resize: class closeure for the #GtkGLArea::resize signal
+ * @create_context: class closure for the #GtkGLArea::create-context signal
  *
  * The `GtkGLAreaClass` structure contains only private data.
  *